OpenRowsetTableReference.UserId 属性
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.