Xml メソッド (String, String)
指定された型を表し指定されたスキーマを持つオブジェクトを返します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
Public Shared Function Xml ( _
type As String, _
schema As String _
) As DataType
'使用
Dim type As String
Dim schema As String
Dim returnValue As DataType
returnValue = DataType.Xml(type, schema)
public static DataType Xml(
string type,
string schema
)
public:
static DataType^ Xml(
String^ type,
String^ schema
)
static member Xml :
type:string *
schema:string -> DataType
public static function Xml(
type : String,
schema : String
) : DataType
パラメーター
- type
型: System. . :: . .String
型を示す String 値です。
- schema
型: System. . :: . .String
型のスキーマを示す String 値です。
戻り値
型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType オブジェクト値です。