DependencyCollection.ContainsUrn Method
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Bildirim
Public Function ContainsUrn ( _
urn As Urn, _
srv As Server _
) As Boolean
public bool ContainsUrn (
Urn urn,
Server srv
)
public:
bool ContainsUrn (
Urn^ urn,
Server^ srv
)
public boolean ContainsUrn (
Urn urn,
Server srv
)
public function ContainsUrn (
urn : Urn,
srv : Server
) : boolean
Parameters
- urn
Urn
- srv
Server
Return Value
Boolean indicating if the specified URN is present in a Dependency Collection.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.