ServerActiveDirectory.IsRegistered Property

 

Applies To: SQL Server 2016 Preview

Gets the Boolean property value that specifies whether the instance of Microsoft SQL Server is registered in the Active Directory service as a Service Control Point (SCP).

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool IsRegistered { get; }
public:
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
property bool IsRegistered {
    bool get();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member IsRegistered : bool with get
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>
Public ReadOnly Property IsRegistered As Boolean

Property Value

Type: System.Boolean

A Boolean value that specifies whether the instance of SQL Server is registered in the Active Directory service.

If True, the instance of SQL Server is registered in the Active Directory service.

If False (default), the instance of SQL Server is not registered in the Active Directory service.

Examples

Legacy Code Example

Setting Properties

See Also

ServerActiveDirectory Class
Microsoft.SqlServer.Management.Smo Namespace

Unable to find linked topic '75a4fbe7-0848-45dc-878a-068480a822e0'.

Return to top