IScript.BodyScript, propriété
Obtient ou définit un script de corps.
Espace de noms : Microsoft.Data.Schema.SchemaModel.Abstract
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Property BodyScript As String
Get
Set
string BodyScript { get; set; }
property String^ BodyScript {
String^ get ();
void set (String^ value);
}
abstract BodyScript : string with get, set
function get BodyScript () : String
function set BodyScript (value : String)
Valeur de propriété
Type : System.String
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.