TempDBMetaData.Type 属性

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets or sets the database type.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Property Type As Type 
    Get 
    Set
用法
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)

属性值

类型:System.Type
The database type.

请参阅

参考

TempDBMetaData 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间