HeterogeneousColumn.DestinationDatatype プロパティ

この列にマップできるデータ型を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)

構文

'宣言
Public Property DestinationDatatype As String 
    Get 
    Set
'使用
Dim instance As HeterogeneousColumn 
Dim value As String 

value = instance.DestinationDatatype

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

プロパティ値

型: System.String
sys.types テーブル内のデータ型の名前である String 値です。

説明

この名前空間、クラス、またはメンバーは、Microsoft .NET Framework 2.0 でのみサポートされています。

関連項目

参照

HeterogeneousColumn クラス

Microsoft.SqlServer.Replication 名前空間