Partilhar via


Método Urn.IsValidUrn

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

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

Valor de retorno

Tipo: System.Boolean
A Boolean value that specifies True if the string is a valid Urn.

Consulte também

Referência

Urn Classe

Namespace Microsoft.SqlServer.Management.Sdk.Sfc