Udostępnij za pośrednictwem


Właściwość DatabaseActiveDirectory.InformationUrl

Pobiera lub ustawia adres URL informacji dla bazy danych, która pojawia się w bazie danych rejestracji usługi Active Directory.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property InformationUrl As String
    Get
    Set
'Użycie
Dim instance As DatabaseActiveDirectory
Dim value As String

value = instance.InformationUrl

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

Wartość właściwości

Typ: System.String
A String wartość, która określa adres URL informacji dla bazy danych.

Uwagi

Właściwość ta pojawi się z rejestracją usługi Active Directory odnośna baza danych.