OleDbProviderSettings.Description 属性

Gets a textual description of the OLE DB provider.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Description As String 
    Get
用法
Dim instance As OleDbProviderSettings 
Dim value As String 

value = instance.Description
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Description { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Description {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Description : string
function get Description () : String

属性值

类型:System.String
A String value that contains a textual description of the OLE DB provider.

示例

在 SMO 中使用链接服务器

请参阅

参考

OleDbProviderSettings 类

Microsoft.SqlServer.Management.Smo 命名空间