Compartir a través de


Urn.Fixed Método

Tests whether the XPathExpression of the Urn points to only one object. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Function Fixed ( _
    ci As Object _
) As Boolean
'Uso
Dim instance As Urn 
Dim ci As Object 
Dim returnValue As Boolean 

returnValue = instance.Fixed(ci)
public bool Fixed(
    Object ci
)
public:
bool Fixed(
    Object^ ci
)
member Fixed : 
        ci:Object -> bool
public function Fixed(
    ci : Object
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
A Boolean value that specifies True if the Urn points to only one object.

Vea también

Referencia

Urn Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc