Propriedade Parent
Gets the ServerProtocol object that is the parent of the ServerIPAddress object.
Namespace: Microsoft.SqlServer.Management.Smo.Wmi
Assembly: Microsoft.SqlServer.SqlWmiManagement (em Microsoft.SqlServer.SqlWmiManagement.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As ServerProtocol
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Wmi. . :: . .ServerProtocol
A ServerProtocol object that is the parent of the ServerIPAddress object
Consulte também