Compartir a través de


IsValidUrnSkeleton Método

Verifies whether the passed in string is a valid UrnSkeleton 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 IsValidUrnSkeleton As Boolean
'Uso
Dim instance As Urn
Dim returnValue As Boolean

returnValue = instance.IsValidUrnSkeleton()
public bool IsValidUrnSkeleton()
public:
bool IsValidUrnSkeleton()
member IsValidUrnSkeleton : unit -> bool 
public function IsValidUrnSkeleton() : boolean

Valor devuelto

Tipo: System. . :: . .Boolean
A Boolean value that specifies True if a valid UrnSkeleton object.