NumberedStoredProcedure.TextBody Property
SQL Server 2012
Gets or sets the Transact-SQL string that defines the stored procedure.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Expensive|SfcPropertyFlags.Standalone)] public string TextBody { get; set; }
Property Value
Type: System.StringA String value that specifies the Transact-SQL string that defines the numbered stored procedure.