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 属性;否则为空字符串 ("")。