Share via


ScriptAndResultsEditorControl.IsAFedMember Property

Gets or sets a value that indicates whether the current database is a federation member.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.dll)

Syntax

'Declaration
Protected ReadOnly Property IsAFedMember As Boolean 
    Get
'Usage
Dim value As Boolean 

value = Me.IsAFedMember
protected bool IsAFedMember { get; }
protected:
property bool IsAFedMember {
    bool get ();
}
member IsAFedMember : bool
function get IsAFedMember () : boolean

Property Value

Type: System.Boolean
A Boolean value, True if the current database is a federation member, otherwise False.

See Also

Reference

ScriptAndResultsEditorControl Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace