Свойство SqlStandardPassword
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)
Синтаксис
'Декларация
Property SqlStandardPassword As String
Get
Set
'Применение
Dim instance As IConnectionSecurityContext
Dim value As String
value = instance.SqlStandardPassword
instance.SqlStandardPassword = value
string SqlStandardPassword { get; set; }
property String^ SqlStandardPassword {
String^ get ();
void set (String^ value);
}
abstract SqlStandardPassword : string with get, set
function get SqlStandardPassword () : String
function set SqlStandardPassword (value : String)