Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SqlAssembly
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.SqlAssembly
A SqlAssembly object value that is the parent of the SqlAssemblyFileCollection object.