หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets or sets the provider string.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ProviderString As StringLiteral
Get
Set
'Usage
Dim instance As OpenRowsetTableReference
Dim value As StringLiteral
value = instance.ProviderString
instance.ProviderString = value
public StringLiteral ProviderString { get; set; }
public:
property StringLiteral^ ProviderString {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member ProviderString : StringLiteral with get, set
function get ProviderString () : StringLiteral
function set ProviderString (value : StringLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The provider string.