Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Function Contains(Of T) ( _
propertyName As String _
) As Boolean
'Uso
Dim instance As SfcPropertyCollection
Dim propertyName As String
Dim returnValue As Boolean
returnValue = instance.Contains(propertyName)
public bool Contains<T>(
string propertyName
)
public:
generic<typename T>
virtual bool Contains(
String^ propertyName
) sealed
abstract Contains :
propertyName:string -> bool
override Contains :
propertyName:string -> bool
JScript no admite tipos y métodos genéricos.
Parámetros de tipo
- T
Parámetros
- propertyName
Tipo: System.String
A string that represents the property name.
Valor devuelto
Tipo: System.Boolean
true if the specified property exists in the property collection; otherwise, false.
Implementa
ISfcPropertySet.Contains<T>(String)