Свойство Parent
Gets the ServerProtocol object that is the parent of the ServerIPAddress object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Wmi
Сборка: Microsoft.SqlServer.SqlWmiManagement (в Microsoft.SqlServer.SqlWmiManagement.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parent As ServerProtocol
Get
'Применение
Dim instance As ServerIPAddress
Dim value As ServerProtocol
value = instance.Parent
public ServerProtocol Parent { get; }
public:
property ServerProtocol^ Parent {
ServerProtocol^ get ();
}
member Parent : ServerProtocol
function get Parent () : ServerProtocol
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocol
A ServerProtocol object that is the parent of the ServerIPAddress object
См. также