Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the provider name.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property ProviderName As StringLiteral
Get
Set
'Usage
Dim instance As OpenRowsetTableReference
Dim value As StringLiteral
value = instance.ProviderName
instance.ProviderName = value
public StringLiteral ProviderName { get; set; }
public:
property StringLiteral^ ProviderName {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member ProviderName : StringLiteral with get, set
function get ProviderName () : StringLiteral
function set ProviderName (value : StringLiteral)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The provider name.