共用方式為


EndpointProtocol.Parent 屬性

Gets or sets the Endpoint object that is the parent of the EndpointProtocol object.

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

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Endpoint 
    Get
'用途
Dim instance As EndpointProtocol 
Dim value As Endpoint 

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

屬性值

型別:Microsoft.SqlServer.Management.Smo.Endpoint
An Endpoint object value that is the parent of the EndpointProtocol object.

範例

實作端點

請參閱

參考

EndpointProtocol 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE ENDPOINT (Transact-SQL)