Propriété SqlEnumResult.SchemaPrefixProperties
Gets or sets the property name for the schema used in the DatabaseLevel. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Property SchemaPrefixProperties As StringCollection
Get
Set
'Utilisation
Dim instance As SqlEnumResult
Dim value As StringCollection
value = instance.SchemaPrefixProperties
instance.SchemaPrefixProperties = value
public StringCollection SchemaPrefixProperties { get; set; }
public:
property StringCollection^ SchemaPrefixProperties {
StringCollection^ get ();
void set (StringCollection^ value);
}
member SchemaPrefixProperties : StringCollection with get, set
function get SchemaPrefixProperties () : StringCollection
function set SchemaPrefixProperties (value : StringCollection)
Valeur de propriété
Type : System.Collections.Specialized.StringCollection
The property name for the schema.