Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Determines whether the property is in the property collection. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Function Contains ( _
propertyName As String _
) As Boolean
'Usage
Dim instance As SfcPropertyCollection
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.Contains(propertyName)
public bool Contains(
string propertyName
)
public:
virtual bool Contains(
String^ propertyName
) sealed
abstract Contains :
propertyName:string -> bool
override Contains :
propertyName:string -> bool
public final function Contains(
propertyName : String
) : boolean
Parameter
- propertyName
Typ: System.String
The name of the property.
Rückgabewert
Typ: System.Boolean
true if the specified property exists in the property collection; otherwise, false.
Implementiert
ISfcPropertySet.Contains(String)