Urn.IsValidUrn Método
Verifies whether the passed in string is a valid Urn. 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 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 devuelto
Tipo: System.Boolean
A Boolean value that specifies True if the string is a valid Urn.