Propriété Parent
Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As SqlAssembly
Get
'Utilisation
Dim instance As SqlAssemblyFileCollection
Dim value As SqlAssembly
value = instance.Parent
public SqlAssembly Parent { get; }
public:
property SqlAssembly^ Parent {
SqlAssembly^ get ();
}
member Parent : SqlAssembly
function get Parent () : SqlAssembly
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlAssembly
A SqlAssembly object value that is the parent of the SqlAssemblyFileCollection object.
Voir aussi