Description プロパティ
OLE DB プロバイダーの説明テキストを取得します。
名前空間: 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
OLE DB プロバイダーの説明テキストを表す String 値です。