Метод Xml (String, String)
Returns an object that represents the specified type and with the specified schema.
Пространство имен: 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
A String value that specifies the type.
- schema
Тип System. . :: . .String
A String value that specifies the schema of the type.
Возвращаемое значение
Тип Microsoft.SqlServer.Management.Smo. . :: . .DataType
A DataType object value.