Partager via


Propriété SqlObject.ResourceAssembly

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Gets the assembly that has the configuration file for this object.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public MustOverride ReadOnly Property ResourceAssembly As Assembly 
    Get
'Utilisation
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

Valeur de propriété

Type : System.Reflection.Assembly
The assembly that has the configuration file for this object.

Voir aussi

Référence

SqlObject Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc