SqlDataSourceConnectionStringEditor.GetProviderName(Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 ProviderName 物件的 SqlDataSource 屬性。
protected:
override System::String ^ GetProviderName(System::Object ^ instance);
protected override string GetProviderName (object instance);
override this.GetProviderName : obj -> string
Protected Overrides Function GetProviderName (instance As Object) As String
參數
- instance
- Object
連接字串套用至的 SqlDataSource。
傳回
如果 instance
不是 null
,則為 ProviderName 的 SqlDataSource 屬性,否則為空字串 ("")。