SetPassword 메서드 (String)
Sets the proxy account password to the specified string.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Sub SetPassword ( _
password As String _
)
‘사용 방법
Dim instance As ServerProxyAccount
Dim password As String
instance.SetPassword(password)
public void SetPassword(
string password
)
public:
void SetPassword(
String^ password
)
member SetPassword :
password:string -> unit
public function SetPassword(
password : String
)
매개 변수
- password
형식: System. . :: . .String
A String value that specifies the password for the account.