Metoda Server.CompareUrn
Porównuje dwa URNY.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Function CompareUrn ( _
urn1 As Urn, _
urn2 As Urn _
) As Integer
'Użycie
Dim instance As Server
Dim urn1 As Urn
Dim urn2 As Urn
Dim returnValue As Integer
returnValue = instance.CompareUrn(urn1, _
urn2)
public int CompareUrn(
Urn urn1,
Urn urn2
)
public:
int CompareUrn(
Urn^ urn1,
Urn^ urn2
)
member CompareUrn :
urn1:Urn *
urn2:Urn -> int
public function CompareUrn(
urn1 : Urn,
urn2 : Urn
) : int
Parametry
- urn1
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Urn
- urn2
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.Urn
Urn
Wartość zwracana
Typ: System.Int32
Wartość System.Int32 jest równa 0, gdy wartości URN odnoszą się do tej samej SQL Server obiekt i -1, gdy nie odnoszą się do tego samego obiektu.