Propriedade do RDL SqlEnumResult.SchemaPrefixProperties
Gets or sets the property name for the schema used in the DatabaseLevel. 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 Property SchemaPrefixProperties As StringCollection
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System.Collections.Specialized.StringCollection
The property name for the schema.