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