Proprietà ISqlLinkedServer.ProductName

Ottiene o imposta il nome di prodotto del server remoto.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property ProductName As String
    Get
    Set
string ProductName { get; set; }
property String^ ProductName {
    String^ get ();
    void set (String^ value);
}
abstract ProductName : string with get, set
function get ProductName () : String
function set ProductName (value : String)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel