Gets or sets the user ID.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Property UserId As StringLiteral
Get
Set
‘사용 방법
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)
속성 값
유형: Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The user ID.