DatabaseActiveDirectory.Contact 속성

Gets or sets a contact name for the database that appears in the Active Directory registration of the database.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Contact As String 
    Get 
    Set
‘사용 방법
Dim instance As DatabaseActiveDirectory 
Dim value As String 

value = instance.Contact

instance.Contact = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Contact { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Contact {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Contact : string with get, set
function get Contact () : String 
function set Contact (value : String)

속성 값

유형: System.String
A String value that specifies a contact name for the database.

주의

This property will appear with the Active Directory registration of the referenced database.

속성 설정

참고 항목

참조

DatabaseActiveDirectory 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스

관련 자료

Active Directory Stored Procedures (Transact-SQL)

sp_ActiveDirectory_Obj (Transact-SQL)