Parent 属性
Gets the BrokerService object that is the parent of the ServiceContractMappingCollection object.
命名空间: Microsoft.SqlServer.Management.Smo.Broker
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Parent As BrokerService
Get
用法
Dim instance As ServiceContractMappingCollection
Dim value As BrokerService
value = instance.Parent
public BrokerService Parent { get; }
public:
property BrokerService^ Parent {
BrokerService^ get ();
}
member Parent : BrokerService
function get Parent () : BrokerService
属性值
类型:Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerService
A BrokerService object that is the parent of the ServiceContractMappingCollection object.