ConnectionDescription Propiedad
Returns the localized description of the connection.
Espacio de nombres: Microsoft.SqlServer.Dts.ManagedConnections
Ensamblado: Microsoft.SqlServer.ManagedConnections (en Microsoft.SqlServer.ManagedConnections.dll)
Sintaxis
'Declaración
<BrowsableAttribute(False)> _
Public Shared ReadOnly Property ConnectionDescription As String
Get
'Uso
Dim value As String
value = MSMQConn.ConnectionDescription
[BrowsableAttribute(false)]
public static string ConnectionDescription { get; }
[BrowsableAttribute(false)]
public:
static property String^ ConnectionDescription {
String^ get ();
}
[<BrowsableAttribute(false)>]
static member ConnectionDescription : string
static function get ConnectionDescription () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String that contains the localized description of the connection.