CompareUrn 方法
Compares two URNS.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Function CompareUrn ( _
urn1 As Urn, _
urn2 As Urn _
) As Integer
'用途
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
參數
- urn1
型別:Urn
Urn
- urn2
型別:Urn
Urn
傳回值
型別:System. . :: . .Int32
A System.Int32 value that is 0 when the URN values relate to the same SQL Server object, and -1 when they do not relate to the same object.