SqlParameter.XmlSchemaCollectionOwningSchema Propriedade
Definição
O esquema relacional proprietário em que a coleção de esquemas dessa instância XML está localizada.The owning relational schema where the schema collection for this XML instance is located.
public:
property System::String ^ XmlSchemaCollectionOwningSchema { System::String ^ get(); void set(System::String ^ value); };
public string XmlSchemaCollectionOwningSchema { get; set; }
member this.XmlSchemaCollectionOwningSchema : string with get, set
Public Property XmlSchemaCollectionOwningSchema As String
Valor da propriedade
O esquema relacional proprietário desta instância XML.The owning relational schema for this XML instance.
Comentários
Esse valor será NULL ( Nothing no Microsoft Visual Basic) se a coleção for definida no banco de dados atual.This value is null (Nothing in Microsoft Visual Basic) if the collection is defined within the current database. Ele também será nulo se não houver nenhuma coleção de esquema, nesse caso XmlSchemaCollectionDatabase e XmlSchemaCollectionName também for nulo.It is also null if there is no schema collection, in which case XmlSchemaCollectionDatabase and XmlSchemaCollectionName are also null.