Aracılığıyla paylaş


Credential.Parent Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As Server
    Get
    Set
'Kullanım
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)

Property Value

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

Remarks

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

Examples

Setting Properties

See Also

Reference

Credential Class

Microsoft.SqlServer.Management.Smo Namespace

Other Resources

CREATE CREDENTIAL (Transact-SQL)

Credentials (Database Engine)