Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Do not reference this member directly in your code. It supports the SQL Server infrastructure. Gets the assembly that has the configuration file for this object.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property ResourceAssembly As Assembly
Get
'Usage
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
Property Value
Type: System.Reflection.Assembly
The assembly that has the configuration file for this object.