Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.58 KB

File metadata and controls

29 lines (24 loc) · 1.58 KB
title Getting Started in Visual Basic .NET | Microsoft Docs
ms.custom
ms.date 06/13/2017
ms.prod sql-server-2014
ms.reviewer
ms.technology database-engine
ms.topic reference
dev_langs
VB
helpviewer_keywords
Visual Basic [SMO]
ms.assetid 1cbb9f35-13d8-40a1-9685-72cb1b589947
author mashamsft
ms.author mathoma
manager craigg

Getting Started in Visual Basic .NET

[!INCLUDEmsCoName] Visual Basic .NET in one of the managed programming languages that is supported by the common runtime library in [!INCLUDEvbprvb] .NET. Many of the samples in this documentation are written in [!INCLUDEvbprvb] .NET. 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 [!INCLUDEssNoVersion] Management Objects (SMO) assemblies. 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 Basic SMO Project in Visual Studio .NET