MailServer.NoCredentialChange 속성
Gets or sets whether credentials can be changed.
네임스페이스: Microsoft.SqlServer.Management.Smo.Mail
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Property NoCredentialChange As Boolean
Get
Set
‘사용 방법
Dim instance As MailServer
Dim value As Boolean
value = instance.NoCredentialChange
instance.NoCredentialChange = value
public bool NoCredentialChange { get; set; }
public:
property bool NoCredentialChange {
bool get ();
void set (bool value);
}
member NoCredentialChange : bool with get, set
function get NoCredentialChange () : boolean
function set NoCredentialChange (value : boolean)
속성 값
유형: System.Boolean
A Boolean value that specifies whether credentials can be changed.