共用方式為


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 命名空間