Propriété Host

Gets the host that is associated with the unsupported object.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Host As String
    Get
'Utilisation
Dim instance As UnsupportedObjectTypeException
Dim value As String

value = instance.Host
public string Host { get; }
public:
property String^ Host {
    String^ get ();
}
member Host : string
function get Host () : String

Valeur de propriété

Type : System. . :: . .String
A String value that specifies the unsupported object.

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.