ScriptCollectorInfo.Type プロパティ

指定された名前を持つ型を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

Public Property Type As 
    Get
    Set
'使用

Dim instance As ScriptCollectorInfo
Dim value As 

value = instance.Type

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

プロパティ値

型:
型を表す文字列。

関連項目

参照

ScriptCollectorInfo クラス

Microsoft.SqlServer.Management 名前空間