Propriedade do RDL IsAssemblyInGAC
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: System. . :: . .Boolean
true if the specified assembly is found in the GAC; otherwise, false.