Parent 속성

Gets the Server object that is the parent of the CredentialCollection object.

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

구문

‘선언
Public ReadOnly Property Parent As Server
    Get
‘사용 방법
Dim instance As CredentialCollection
Dim value As Server

value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
    Server^ get ();
}
member Parent : Server
function get Parent () : Server

속성 값

형식: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object value that is the parent of the CredentialCollection.