Parent 屬性
Gets the ServiceContract object that is the parent of the MessageTypeMappingCollection object.
命名空間: Microsoft.SqlServer.Management.Smo.Broker
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public ReadOnly Property Parent As ServiceContract
Get
'用途
Dim instance As MessageTypeMappingCollection
Dim value As ServiceContract
value = instance.Parent
public ServiceContract Parent { get; }
public:
property ServiceContract^ Parent {
ServiceContract^ get ();
}
member Parent : ServiceContract
function get Parent () : ServiceContract
屬性值
型別:Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContract
A ServiceContract object that is the parent of the MessageTypeMappingCollection object.
備註
這種類型的任何公用靜態 (在 Microsoft Visual Basic 中則為 Shared) 成員都可用於多執行緒作業。並不是所有的執行個體成員都保證可以用於所有的執行緒。