Metoda SfcKey.Equals (SfcKey)
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server. Determines if the object identified by the specified [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] is the same as the object identified by the current [T:Microsoft.SqlServer.Management. Sdk.Sfc.SfcKey] object.
Przestrzeń nazw: Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw: Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Składnia
'Deklaracja
Public MustOverride Function Equals ( _
akey As SfcKey _
) As Boolean
'Użycie
Dim instance As SfcKey
Dim akey As SfcKey
Dim returnValue As Boolean
returnValue = instance.Equals(akey)
public abstract bool Equals(
SfcKey akey
)
public:
virtual bool Equals(
SfcKey^ akey
) abstract
abstract Equals :
akey:SfcKey -> bool
public abstract function Equals(
akey : SfcKey
) : boolean
Parametry
- akey
Typ: Microsoft.SqlServer.Management.Sdk.Sfc.SfcKey
A SfcKey wartość, która identyfikuje obiekt do porównania.
Wartość zwracana
Typ: System.Boolean
A Boolean wartość, która jest true Jeśli obiekty są równe.W przeciwnym razie false.
Implementacje
Zobacz także