InformationUrl 속성
Gets or sets an information URL for the database that appears in the Active Directory registration of the database.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property InformationUrl As String
Get
Set
‘사용 방법
Dim instance As DatabaseActiveDirectory
Dim value As String
value = instance.InformationUrl
instance.InformationUrl = value
[SfcPropertyAttribute]
public string InformationUrl { get; set; }
[SfcPropertyAttribute]
public:
property String^ InformationUrl {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member InformationUrl : string with get, set
function get InformationUrl () : String
function set InformationUrl (value : String)
속성 값
형식: System. . :: . .String
A String value that specifies an information URL for the database.
주의
This property will appear with the Active Directory registration of the referenced database.