Freigeben über


SfcDomainInfo.IsAssemblyInGAC-Eigenschaft

Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

'Declaration
Public ReadOnly Property IsAssemblyInGAC As Boolean 
    Get
'Usage
Dim instance As SfcDomainInfo 
Dim value As Boolean 

value = instance.IsAssemblyInGAC
public bool IsAssemblyInGAC { get; }
public:
property bool IsAssemblyInGAC {
    bool get ();
}
member IsAssemblyInGAC : bool
function get IsAssemblyInGAC () : boolean

Eigenschaftswert

Typ: System.Boolean
true if the specified assembly is found in the GAC; otherwise, false.

Siehe auch

Verweis

SfcDomainInfo Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace