Metodo VolumeCollection.Contains (String)

Determines whether the referenced collection contains the specified string.

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

Sintassi

'Dichiarazione
Public Function Contains ( _
    name As String _
) As Boolean
'Utilizzo
Dim instance As VolumeCollection 
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
    A String value that specifies the volume name to search for in the collection.

Valore restituito

Tipo: System.Boolean
A Boolean value that determines whether the collection contains the specified string. If True, it contains the string.

Vedere anche

Riferimento

VolumeCollection Classe

Overload Contains

Spazio dei nomi Microsoft.SqlServer.Management.Utility