ContainsUrn Método
Determines whether the specified Urn object exists on the specified server.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Function ContainsUrn ( _
urn As Urn, _
srv As Server _
) As Boolean
'Uso
Dim instance As DependencyCollection
Dim urn As Urn
Dim srv As Server
Dim returnValue As Boolean
returnValue = instance.ContainsUrn(urn, _
srv)
public bool ContainsUrn(
Urn urn,
Server srv
)
public:
bool ContainsUrn(
Urn^ urn,
Server^ srv
)
member ContainsUrn :
urn:Urn *
srv:Server -> bool
public function ContainsUrn(
urn : Urn,
srv : Server
) : boolean
Parámetros
- urn
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .Urn
A Urn object that specifies an object in URN format.
- srv
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that specifies the instance of SQL Server.
Valor devuelto
Tipo: System. . :: . .Boolean
Boolean indicating if the specified URN is present in a dependency collection.