Compartilhar via


Método IsValidUrnSkeleton

Verifies whether the passed in string is a valid UrnSkeleton object. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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 de retorno

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