Parent 속성
Gets the SqlAssembly object that is the parent of the SqlAssemblyFileCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
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.