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 命名空间