IDTSDBProviderInfo100.Description Property
Definition
public:
property System::String ^ Description { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
[get: System.Runtime.InteropServices.DispId(3)]
public string Description { get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.Description : string
Public ReadOnly Property Description As String
Property Value
包含提供程序说明的 字符串 。A String that contains the provider description.
- Attributes