共用方式為


Credential.Parent 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Server 
    Get 
    Set
'用途
Dim instance As Credential 
Dim value As Server 

value = instance.Parent

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

屬性值

型別:Microsoft.SqlServer.Management.Smo.Server
A Server object value that specifies the parent of the Credential object.

備註

The Parent property must be set before the Credential object is created.

範例

設定屬性

請參閱

參考

Credential 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE CREDENTIAL (Transact-SQL)

認證 (Database Engine)