Udostępnij za pośrednictwem


TempDBMetaData.Type Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the database type.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Property Type As Type 
    Get 
    Set
'Usage
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)

Property Value

Type: System.Type
The database type.

See Also

Reference

TempDBMetaData Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace