Condividi tramite


Metodo CatalogFolderCollection.Contains (String)

Returns a value that indicates whether the catalog folder collection contains the specified name.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
Public Function Contains ( _
    name As String _
) As Boolean
'Utilizzo
Dim instance As CatalogFolderCollection 
Dim name As String 
Dim returnValue As Boolean 

returnValue = instance.Contains(name)
public bool Contains(
    string name
)
public:
bool Contains(
    String^ name
)
member Contains : 
        name:string -> bool
public function Contains(
    name : String
) : boolean

Parametri

  • name
    Tipo: System.String
    The name of the catalog folder.The name of the catalog folder.

Valore restituito

Tipo: System.Boolean
true if the catalog folder collection contains the specified name; otherwise, false.

Vedere anche

Riferimento

CatalogFolderCollection Classe

Overload Contains

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices