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.