Propriété Parent
Gets or sets the SqlAssembly object that is the parent of the SqlAssemblyFile object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlAssembly
Get
Set
'Utilisation
Dim instance As SqlAssemblyFile
Dim value As SqlAssembly
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlAssembly Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlAssembly^ Parent {
SqlAssembly^ get ();
void set (SqlAssembly^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlAssembly with get, set
function get Parent () : SqlAssembly
function set Parent (value : SqlAssembly)
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .SqlAssembly
A SqlAssembly object that is the parent of the SqlAssemblyFile object.