不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Gets the assembly that has the configuration file for this object.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Public MustOverride ReadOnly Property ResourceAssembly As Assembly
Get
'用途
Dim instance As SqlObject
Dim value As [Assembly]
value = instance.ResourceAssembly
public abstract Assembly ResourceAssembly { get; }
public:
virtual property Assembly^ ResourceAssembly {
Assembly^ get () abstract;
}
abstract ResourceAssembly : Assembly
abstract function get ResourceAssembly () : Assembly
屬性值
型別:System.Reflection.Assembly
The assembly that has the configuration file for this object.