Value 속성
Gets the password value.
네임스페이스: Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리: Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)
구문
‘선언
ReadOnly Property Value As String
Get
‘사용 방법
Dim instance As IPassword
Dim value As String
value = instance.Value
string Value { get; }
property String^ Value {
String^ get ();
}
abstract Value : string
function get Value () : String
속성 값
유형: System. . :: . .String
The password value.