Propriété Host
Gets the host object requesting the conversion.
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 ConversionNotSupportedException
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 host requesting the conversion.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Voir aussi