SqlAssemblyFile.Parent 속성

Gets or sets the SqlAssembly object that is the parent of the SqlAssemblyFile object.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SqlAssembly 
    Get 
    Set
‘사용 방법
Dim instance As SqlAssemblyFile 
Dim value As SqlAssembly 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SqlAssembly Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SqlAssembly^ Parent {
    SqlAssembly^ get ();
    void set (SqlAssembly^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SqlAssembly with get, set
function get Parent () : SqlAssembly 
function set Parent (value : SqlAssembly)

속성 값

유형: Microsoft.SqlServer.Management.Smo.SqlAssembly
A SqlAssembly object that is the parent of the SqlAssemblyFile object.

속성 설정

참고 항목

참조

SqlAssemblyFile 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스