Share via


SfcDomainInfo.IsAssemblyInGAC プロパティ

このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public ReadOnly Property IsAssemblyInGAC As Boolean 
    Get
'使用
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

プロパティ値

型: System.Boolean
指定したアセンブリが GAC 内に見つかった場合は true、それ以外の場合は false です。

関連項目

参照

SfcDomainInfo クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間