Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Синтаксис
'Декларация
Public Shared Function Deserialize ( _
xmlFragment As String, _
xmlFragmentIsComplete As Boolean _
) As ObjectReference
public static ObjectReference Deserialize (
string xmlFragment,
bool xmlFragmentIsComplete
)
public:
static ObjectReference^ Deserialize (
String^ xmlFragment,
bool xmlFragmentIsComplete
)
public static ObjectReference Deserialize (
String xmlFragment,
boolean xmlFragmentIsComplete
)
public static function Deserialize (
xmlFragment : String,
xmlFragmentIsComplete : boolean
) : ObjectReference
Параметры
- xmlFragment
The xml fragment to deserialize.
- xmlFragmentIsComplete
true if the xml fragment describes an object completely; otherwise false.
Возвращаемое значение
An ObjectReference object.
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ObjectReference Class
ObjectReference Members
Microsoft.AnalysisServices Namespace