Condividi tramite


Proprietà TempDBMetaData.Type

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets or sets the database type.

Spazio dei nomi  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Sintassi

'Dichiarazione
Public Property Type As Type 
    Get 
    Set
'Utilizzo
Dim instance As TempDBMetaData 
Dim value As Type 

value = instance.Type

instance.Type = value
public Type Type { get; set; }
public:
property Type^ Type {
    Type^ get ();
    void set (Type^ value);
}
member Type : Type with get, set
function get Type () : Type 
function set Type (value : Type)

Valore proprietà

Tipo: System.Type
The database type.

Vedere anche

Riferimento

TempDBMetaData Classe

Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport