Proprietà SfcDomainInfo.IsAssemblyInGAC

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property IsAssemblyInGAC As Boolean 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

SfcDomainInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc