Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.43 KB

File metadata and controls

27 lines (22 loc) · 1.43 KB
title Getting Started in Visual C# .NET | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology
ms.topic reference
helpviewer_keywords
Visual C# [SMO]
ms.assetid 37a22721-546c-453d-bc6f-238c13d7505d
author stevestein
ms.author sstein
manager craigg

Getting Started in Visual C# .NET

[!INCLUDEcsprcs] .NET is one of the managed programming languages that are supported by the common language runtime (CLR) in [!INCLUDEvsprvs] .NET. Many For more information about the C# language, see the [!INCLUDEvsprvs] .NET documentation. You can use [!INCLUDEvsprvslong] and [!INCLUDEvsOrcas] to develop SMO applications.

References and Imports

After you have started the [!INCLUDEvsprvs] project, you must add references to the SMO assemblies. You then import the required namespaces so that your program can recognize the SMO types.

In [!INCLUDEssCurrent], the SMO assemblies are located in the [!INCLUDEssSampPathSDK] folder.

See Also

Create a Visual C# SMO Project in Visual Studio .NET