다음을 통해 공유


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 네임스페이스