Partager via


Propriété TempDBMetaData.Type

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets or sets the database type.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Property Type As Type 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

Type : System.Type
The database type.

Voir aussi

Référence

TempDBMetaData Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport