共用方式為


SqlAssemblyFileCollection.Parent 屬性

Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Parent As SqlAssembly 
    Get
'用途
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

屬性值

型別:Microsoft.SqlServer.Management.Smo.SqlAssembly
A SqlAssembly object value that is the parent of the SqlAssemblyFileCollection object.

範例

使用集合

請參閱

參考

SqlAssemblyFileCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間