Método SfcPropertyCollection.Contains<T> (String)
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
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 não dá suporte a tipos e métodos genéricos.
Parâmetros de tipo
- T
Parâmetros
- propertyName
Tipo: System.String
A string that represents the property name.
Valor de retorno
Tipo: System.Boolean
true if the specified property exists in the property collection; otherwise, false.
Implementa
ISfcPropertySet.Contains<T>(String)