OpenRowsetTableReference.Password 屬性
Gets or sets the password.
命名空間: Microsoft.SqlServer.TransactSql.ScriptDom
組件: Microsoft.SqlServer.TransactSql.ScriptDom (在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
語法
'宣告
Public Property Password As StringLiteral
Get
Set
'用途
Dim instance As OpenRowsetTableReference
Dim value As StringLiteral
value = instance.Password
instance.Password = value
public StringLiteral Password { get; set; }
public:
property StringLiteral^ Password {
StringLiteral^ get ();
void set (StringLiteral^ value);
}
member Password : StringLiteral with get, set
function get Password () : StringLiteral
function set Password (value : StringLiteral)
屬性值
型別:Microsoft.SqlServer.TransactSql.ScriptDom.StringLiteral
The password.