Sdílet prostřednictvím


PropertyCollection.. Method (String)

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Private Function Contains(Of T) ( _
    name As String _
) As Boolean Implements ISfcPropertySet.Contains``1
'Usage
Dim instance As PropertyCollection
Dim name As String
Dim returnValue As Boolean

returnValue = CType(instance, ISfcPropertySet).Contains``1(name)
bool ISfcPropertySet.Contains``1<T>(
    string name
)
private:
generic<typename T>
virtual bool Contains(
    String^ name
) sealed = ISfcPropertySet::Contains``1
private abstract Contains : 
        name:string -> bool 
private override Contains : 
        name:string -> bool 
JScript does not support generic types and methods.

Type Parameters

  • T

Parameters

Return Value

Type: System.Boolean

Implements

ISfcPropertySetContains``1(String)