Partilhar via


Propriedade do RDL OpenRowsetTableReference.UserId

Gets or sets the user ID.

Namespace:  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintaxe

'Declaração
Public Property UserId As StringLiteral 
    Get 
    Set
'Uso
Dim instance As OpenRowsetTableReference 
Dim value As StringLiteral 

value = instance.UserId

instance.UserId = value
public StringLiteral UserId { get; set; }
public:
property StringLiteral^ UserId {
    StringLiteral^ get ();
    void set (StringLiteral^ value);
}
member UserId : StringLiteral with get, set
function get UserId () : StringLiteral 
function set UserId (value : StringLiteral)

Valor da propriedade

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The user ID.

Consulte também

Referência

OpenRowsetTableReference Classe

Namespace Microsoft.SqlServer.TransactSql.ScriptDom