SfcDomainInfo.IsAssemblyInGAC Propiedad
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property IsAssemblyInGAC As Boolean
Get
'Uso
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
Valor de la propiedad
Tipo: System.Boolean
true if the specified assembly is found in the GAC; otherwise, false.