XPathExpressionBlock.GetUniqueAttribute Method

Returns a unique attribute of the specified filter node.

Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoEnum (in microsoft.sqlserver.smoenum.dll)

Синтаксис

'Декларация
Public Shared Function GetUniqueAttribute ( _
    filter As FilterNode _
) As String
public static string GetUniqueAttribute (
    FilterNode filter
)
public:
static String^ GetUniqueAttribute (
    FilterNode^ filter
)
public static String GetUniqueAttribute (
    FilterNode filter
)
public static function GetUniqueAttribute (
    filter : FilterNode
) : String

Параметры

  • filter
    A FilterNode object value that specifies the filter node.

Возвращаемое значение

A String value that specifies the unique attribute.

Замечания

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Пример

How to: Use an SMO Method with a Parameter in Visual Basic .NET

Синхронизация потоков

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.

См. также

Справочник

XPathExpressionBlock Class
XPathExpressionBlock Members
Microsoft.SqlServer.Management.Smo Namespace

Другие ресурсы

SQLXML 4.0 Programming