SqlAssemblyFileCollection.Parent プロパティ

SqlAssemblyFileCollection オブジェクトの親である SqlAssembly オブジェクトを取得します。

名前空間:  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
SqlAssemblyFileCollection オブジェクトの親である SqlAssembly オブジェクトの値です。

使用例

コレクションの使用

関連項目

参照

SqlAssemblyFileCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間